Skip to main content

ArctanOperator

Type

operator

Summary

Arctan operator.

Syntax

atan(<Operand>)

Description

The inverse of the tan operator.

Parameters

NameTypeDescription

Operand

An expression that evaluates to a number.

Examples

variable tVar as Number
put atan(-1) into tVar -- tVar contains -pi / 4
variable tVar as Number
put the arctangent of 1 into tVar -- tVar contains pi / 4
Thank you for your feedback!

Was this page helpful?